home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / comm / irc / cybershiela.lha / cs / biglies.amirx < prev    next >
Text File  |  1999-07-05  |  2KB  |  35 lines

  1. /* Quote File Auto Converted to Arexx by Zonkerz */
  2. xx=random(1,28,time('s'))
  3. select
  4. when xx=1 then a="The check is in the mail."
  5. when xx=2 then a="I'll respect you in the morning."
  6. when xx=3 then a="I'm from your government, and I am here to help you."
  7. when xx=4 then a="It's only a cold sore."
  8. when xx=5 then a="You get this one, I'll pay next time."
  9. when xx=6 then a="My wife doesn't understand me."
  10. when xx=7 then a="Trust me, I'll take care of everything."
  11. when xx=8 then a="Of course I love you."
  12. when xx=9 then a="I am getting a divorce."
  13. when xx=10 then a="Drinking? Why, no, Officer."
  14. when xx=11 then a="I never inhaled."
  15. when xx=12 then a="It's not the money, it's the principle of the thing."
  16. when xx=13 then a="I never watch television except for PBS."
  17. when xx=14 then a="..but we can still be good friends."
  18. when xx=15 then a="She means nothing to me."
  19. when xx=16 then a="Dont worry, I can go another 20 miles when the gauge is on 'empty.'"
  20. when xx=17 then a="I gave at the office."
  21. when xx=18 then a="Don't worry, he's never bitten anyone."
  22. when xx=19 then a="I'll call you later."
  23. when xx=20 then a="We'll release the upgrade by the end of the year."
  24. when xx=21 then a="Read my lips: no new taxes"
  25. when xx=22 then a="I've never done anything like this before"
  26. when xx=23 then a="Now, I'm going to tell you the truth"
  27. when xx=24 then a="It's supposed to make that noise."
  28. when xx=25 then a="I *love* your new hat/haircut/dress/suit..."
  29. when xx=26 then a="...then take a left.  You can't miss it."
  30. when xx=27 then a="Yes, I did."
  31. when xx=28 then a="Don't worry, it's OK -- I'm sterile."
  32. end
  33. 'say 4 BIG Lies: 27 'A
  34. exit
  35.